lm
{base}
Fit a linear model
levels
{base}
Get levels of a factor
ifelse
{base}
Return a or b depending on the value of test
summary
{base}
Obtain summary statistics or detailed regression output
contrasts
{stats}
Get and Set Contrast Matrices (find reference category)
ls
{base}
Return a vector of character strings giving the names of the objects in the specified environment
droplevels
{base}
Drop Unused Levels from Factors
prop.table
{base}
Transform frequency table into table of proportions
library
{base}
Load an R package
xlab
{GGPLOT2}
Label the x axis (ggplot)
confint
{stats}
Calculate confidence Intervals for Model Parameters
with
{base}
evaluate expression in the context of a data frame
is.element
{base}
Check if a value is element of a vector
mutate
{dplyr}
Modify/create a column in a data frame
as.numeric
{base}
Coerce a vector to numeric
setwd
{base}
Set Working Directory
geom_smooth
{GGPLOT2}
Generates a smoothed conditional means curve / line
c
{base}
Combine values/vectors into a vector
geom_point
{GGPLOT2}
Generates a scatter plot
aes
{GGPLOT2}
Construct aesthetic mapping of a ggplot graph
recode
{dplyr}
Recode a variable
read.csv
{utils}
Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters
rm
{base}
Remove objects
ggplot
{GGPLOT2}
Create a ggplot graph
ylab
{GGPLOT2}
Label the y axis (ggplot)
subset
{base}
Return subsets of vectors, matrices or data frames which meet conditions.
table
{base}
Obtain frequency table of a variable/cross-tabulation of two variables
log
{base}
log (default base = e)
relevel
{stats}
Reorder Levels of Factor
str
{utils}
Get the structure of an R object
The end!